home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00150_Choose Opponent Loop.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  162 b   |  10 lines

  1. on exitFrame
  2.   global theSenetGame
  3.   if the computerPlayer of theSenetGame = -1 then
  4.     go(the frame)
  5.   else
  6.     PlayerToggle()
  7.     go("StartGame")
  8.   end if
  9. end
  10.